home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / fqueue.arc / QUEUE.DOC < prev    next >
Text File  |  1986-02-13  |  3KB  |  63 lines

  1. QUEUE is a resident program designed to work with the print spooler
  2. program FPRINT from CCG Inc.  Once installed, it captures the keystroke
  3. ALT-Q and presents a print queue window, which recognizes the following
  4. commands :
  5.     A : Add a file to the queue.
  6.     D : Delete a file from the queue.
  7.     S : Stop the queue and clear out all files.
  8.     P : Goto a printer setup window from which you can
  9.         set printer attributes.
  10.     E : End session and return to normal application.
  11.         Q or ESC also perform this function.
  12.  <del>: Remove QUEUE program from memory.
  13.  
  14. There are only a few things to keep in mind when using QUEUE.
  15.  
  16.    1. Any file name may be used when adding a file, even if the
  17.       file doesn't exist.  However, if the file cannot be found
  18.       at specified when it comes time to print it, and error message
  19.       will be printed instead.  For instance, if you specify a file
  20.       without a drive name specifier that is on drive A:, but when
  21.       the spooler comes to print the file you're logged onto drive B:,
  22.       it won't be printed.  Thus, give a full drive,pathname specifier
  23.       when adding a file.  For instance, enter A:\MYDIR\MYFILE.TXT
  24.       instead of just MYFILE.TXT.
  25.  
  26.    2. Only remove QUEUE from memory from the DOS prompt, and only if
  27.       is was the last memory resident program installed.  Otherwise
  28.       it will leave a hole in the DOS memory map and will scramble the
  29.       DOS's brains.
  30.  
  31.    3. To change the color or monochrome attributes of the windows, use
  32.       TCOLOR.COM (which can also change the colors in your TURBO editor).
  33.       This program should be bundled with QUEUE.
  34.  
  35.    4. The Printer Setup window is defined for an Epson FX-85 printer.
  36.       This is changed with SETPRINT without recompiling the program.
  37.  
  38.         a. Run QUEUE as supplied.
  39.         b. Press ATL-Q to get the QUEUE window.
  40.         d. Press P to get the Printer Setup window.
  41.         e. Press L to find the Location of the printer setup codes.
  42.            Write down this number.
  43.         f. Press E to get rid of the Printer window.
  44.         g. Press <del> and Y to drop QUEUE out of memory.
  45.         h. Run SETPRINT and enter the location number when it asks for it.
  46.         i. Edit the names and codes.
  47.         j. Leave SETPRINT and run the modified version of QUEUE.
  48.  
  49.  
  50. QUEUE, SETPRINT, and TCOLOR represent many hours of work.  To keep
  51. programs like this coming, please support your local hackers.  A suggested
  52. donation of $15 would be appreciated.  Send to:
  53.  
  54.         SAR Designs
  55.         774 Doris Ave.
  56.         Shoreview, MN 55126
  57.  
  58. The programs QUEUE, SETPRINT and TCOLOR are Copyright 1986.  They may be
  59. freely copied and distributed, but without significant fee ( < 5$).
  60.  
  61.  
  62.  
  63.